.caja1, .caja2, .caja3{
    /*background-color: #F7A500;*/
    border: 1px solid #FFF;
    /*width: 20%;*/
    text-align: center;
    padding: 0px 12px;
    width: 95%;
    display: inline-flex;
    height: 90%;
    justify-content: center;
}

.Cencaja a, .Cencaja a, .Cencaja a{
    color: #FFF;
    text-decoration: none;
    width: 15%;
    margin-right: 1%;

}

.caja1 img, .caja2 img, .caja3 img{
    width: 15%;
    float: left;
    margin-right: 5px;
}

.caja1 h4, .caja2 h4, .caja3 h4{
    display: inline;
    font-weight: 800;
    font-size: 1.13rem;
}

.Cencaja a:hover div{
    background-color:#F7A500;
}

.Cencaja a:visited{
    border: none;
}

.Cencaja a span, .Cencaja a span, .Cencaja a span{
    display: block;
}

.Cencaja{
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
}
.CencajaNo{
    display: none !important;
}

.notInHome .caja1, .notInHome .caja2, .notInHome .caja3{
    display: none !important;
}

/* .notInHome #ul_1 li a{
    color:rgb(0, 108, 182) !important;
} */

.bx-menu_2{
    color: rgb(0, 108, 182) !important;
  }
.notInHome nav{
    right: 30%;
}

/*@media (min-width: 576px) { ... }*/

/* Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) { 
    .Cencaja{
        display: block;
    }
    .caja1, .caja2, .caja3{
        display: block;
        width: 100%;
    }
    .caja1 a, .caja2 a, .caja3 a{
        display: none;
    }
    .caja1 img, .caja2 img, .caja3 img{
        width: 10%;
    }
    .caja2{    
        margin: 8px 0px;
    }

    h1{
        text-align: center;
    }
    h1::after{
        display: none!important;
    }
    .logoBibliotecaIcesi{
        float: none;
        margin: 0 auto;
        width: 50%;
    }

    .caja1 h4, .caja2 h4, .caja3 h4{
        vertical-align: middle;
    }

}

/* Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// X-Large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

// XX-Large devices (larger desktops, 1400px and up)
@media (min-width: 1400px) { ... }*/

@media (min-width:1600px){
    .notInHome nav{
        right: 33.5%;
    }
  }

@media (max-width:980px){
    #ebsco.home-page #content-ebsco{margin:0 auto 20px auto}
  }
/* @media (max-width:1340px){
    #ebsco{width: 50%;}
  } */